Publish and retrieve organization-owned contract packages - #9
Merged
Merged
Conversation
irl-dan
force-pushed
the
codex/imp-034-registry-cli
branch
from
September 21, 2026 22:57
e64ce48 to
bde638e
Compare
irl-dan
marked this pull request as ready for review
September 21, 2026 23:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds package publication, verified retrieval, public organization listing and
withdrawal to both Rust and Bun. Commands use the selected service environment and
its isolated credentials. Directory publication reads only explicitly listed
files. Retrieval verifies canonical bytes, hashes and inventory before creating a
fresh destination; it never executes package content or overwrites a destination.
Validation: both implementations pass the same 42 registry process cases, 26
account-service cases and three environment-persistence sequences. Shared schemas,
architecture and gate checks pass. With restored access, the Bun suite passes 599 tests (two skipped), and the default Rust workspace suite passes 317 tests (two ignored). One Bun timing assertion failed during a concurrent run and passed both individually and in a complete repeat. Live login and deployed registry acceptance remain unverified. Rust uses atomic no-replace installation on supported platforms; Bun
writes into an exclusively reserved directory with its receipt last, so a crash
may leave an incomplete directory. See the delivery plan for complete evidence.